8
8-3 函數的求根. fzero 指令可用於單變數函數的求根,其使用語法如下:. x = fzero ... optimset 通常用於設定最佳化的選項,將在下節中詳細介紹。 MATLAB程式設計:進階篇.
fzero (MATLAB Functions)
The fzero command finds a point where the function changes sign. If the function is continuous, this is also a point where the function has a value near zero.
Root of nonlinear function
The fzero command is a function file. The algorithm, created by T. Dekker, uses a combination of bisection, secant, and inverse quadratic interpolation methods.
MATLAB fzero
此MATLAB 函数尝试求出fun(x) = 0 的点x。此解是fun(x) 变号的位置- fzero 无法求函数(例如x^2)的根。
MATLAB fzero
The fzero command is a function file. The algorithm, created by T. Dekker, uses a combination of bisection, secant, and inverse quadratic interpolation methods.